projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7405d4b
)
lftp: disable libidn explicitely
author
Nicolas Thill
<
[email protected]
>
Tue, 23 Sep 2014 23:38:10 +0000
(
01:38
+0200)
committer
Nicolas Thill
<
[email protected]
>
Fri, 24 Oct 2014 14:32:29 +0000
(16:32 +0200)
This prevent detection of libidn when target arch = host arch.
net/lftp/Makefile
patch
|
blob
|
history
diff --git
a/net/lftp/Makefile
b/net/lftp/Makefile
index e2aa28cd0bd4c8f09dddb6c71b0db1b16282bc0b..054d4a4dcc64a1da871bf993731090b1fabea852 100644
(file)
--- a/
net/lftp/Makefile
+++ b/
net/lftp/Makefile
@@
-50,6
+50,7
@@
CONFIGURE_ARGS += \
--without-libiconv-prefix \
--without-libintl-prefix \
--without-gnutls \
+ --without-libidn \
--without-libresolv \
--with-openssl="$(STAGING_DIR)/usr" \
--disable-static